home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000053_jerryaa@yahoo.com_Sun Nov 3 12:19:49 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  35 lines

  1. Article: 13816 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: jerryaa@yahoo.com (JerryAA)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: MGET with DATE format in the filename?
  6. Date: 3 Nov 2002 08:38:52 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 17
  9. Message-ID: <d26c60d1.0211030838.1cf7b15@posting.google.com>
  10. NNTP-Posting-Host: 66.127.210.130
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1036341532 25382 127.0.0.1 (3 Nov 2002 16:38:52 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 3 Nov 2002 16:38:52 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13816
  17.  
  18. Hi,
  19.  
  20. I'm trying to write a script using Kermit to pull multiple files using
  21. the recursive switch with the DATE in the file name.
  22.  
  23. For example, the files I will be downloading will be called ABC.zip,
  24. XYZ.zip, etc...
  25.  
  26. I need to download them with ABC11022002.zip-- filename plus DATE.
  27.  
  28. I've tried using the /as-name, /rename-to switch with the /v(filename)
  29. and /v(ndate) variables but can't seem to get it right?
  30.  
  31. Has any body done this?
  32.  
  33. Thanks for your help.
  34. jerryaa@yahoo.com
  35.